FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (SortableBindingList<T>)
    In This Topic
    Gets the collection of sort descriptions currently applied to the data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection
    public ListSortDescriptionCollection SortDescriptions {get;}
    See Also